home *** CD-ROM | disk | FTP | other *** search
/ CompuServe CD 495W / Compuserve XTreme Edition 495W.iso / shopping / toyota / toyota.dir / 00273.ls < prev    next >
Encoding:
Text File  |  1995-08-09  |  430 b   |  19 lines

  1. on mouseDown
  2.   puppetSprite(the clickOn, 1)
  3.   set mySprite to the clickOn
  4.   set the locV of sprite mySprite to the locV of sprite mySprite + 2
  5.   set the locH of sprite mySprite to the locH of sprite mySprite + 2
  6.   updateStage()
  7.   if not soundBusy(1) then
  8.     sfx("buzzer.aif")
  9.   end if
  10.   repeat while the mouseDown and rollOver(mySprite)
  11.     nothing()
  12.   end repeat
  13.   puppetSprite(the clickOn, 0)
  14. end
  15.  
  16. on mouseUp
  17.   go("boing")
  18. end
  19.